* {
    margin:0 auto;
	padding:0;
}
html {
	overflow-x: hidden; background-color:#fff;
}
body {
    font-family:"宋体",Arial,Helvetica,sans-serif;
	color:#363636;
	line-height:21px;
	font-size:12px;
	background:url(body_bj.gif) repeat-x;
}
ul li {
    list-style:none;
}
.tbold { font-weight:bold;}
.tred {color:#F00;}
.tblue {color:#0066FF}
.tem {font-style:italic}
input {
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0 2px;
}
.inp {
    height:25px;
	line-height:25px;
	padding:0 2px;
	border:1px solid #ccc;
}
.dat {
	border:1px solid #ccc;
	background:url(../images/date.gif) no-repeat right bottom #FFF;
}
textarea {
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:2px;
}

td {
	padding:2px;
}
.subit {
    cursor:pointer;
	border:1px solid #ddd;
	height:25px;
	line-height:25px;
	padding:0 5px;
	background:#eee;
}

.area {
	border:1px solid #ddd;
}
.code {
	width:60px;
    height:25px;
	line-height:25px;
	padding:0 2px;
}


a:link, a:visited {
    color:#363636;
	text-decoration:none;
	outline:none; blur:expression(this.onFocus=this.blur());
}
a:hover, a:Active {
    color:#F00;
	text-decoration:none;
}
#container {
    width:1000px;
}
a img {
    border:0;
}

#top {
	width:100%;
	height:90px;
	margin-top:20px;
}
#topcon {
	width:1000px;
	height:90px;
	position:relative;
	background:url(logo.png) no-repeat left;
}
#logo {
    width:360px;
	height:90px;
	float:left;
}
#logo a {
    width:360px;
	height:90px;
	display:block;
}
.tel {
	width:auto;
	height:50px;
	float:right;
	padding-top:10px;
	font-size:14px;
	color:#4f68a8;
	font-family:"Microsoft YaHei"
}
.tel em {
	font-size:25px;
	line-height:35px;
	font-weight:bold;
}

#sc {
	height:28px;
	line-height:28px;
	padding-right:10px;
	text-align:right;
}
#sc a {
    margin:0 5px;
}

#menu {
    width:1000px;
	height:40px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin:15px auto;
}

#menu ul{ 
    width:1000px;
    margin:0 auto;
	font-family:"Microsoft YaHei";
	font-size:14px;
} 
#menu>ul>li{ 
    width:auto;
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	float:left;
	font-size:16px;
	font-weight:bold;
	font-family:"黑体";
	font-family:"微软雅黑";
	border-left:1px solid #FFF;
	position:relative;
} 
#menu>ul>li>a:link, #menu>ul>li>a:visited {
	text-decoration:none;
	display:block;
}
#menu>ul>li span {
    padding:0 26px;
}
#menu>ul>li b {
	background:url(mico.png) no-repeat center;
	width:14px;
	height:6px;
	position:absolute;
	bottom:4px;
	left:45%;
	z-index:9999;
}
#menu>ul>li:hover b, #menu>ul>li.navthis> b{
	background:url(mico2.png) no-repeat center;
}
#menu>ul>li:hover>a {color:#f00;}

#menu>ul>li:hover,#menu>ul>li>a:hover, #menu>ul>li>a:active, #menu>ul>li.navthis>a{
    display:block;
	color:#f00;
	background:#FFF;
	transition:0.3s; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;
} 

/* 下拉的菜单栏 */ 
#menu>ul>li ul{ 
    display:none; 
    width:116px; 
    position:absolute; 
    background:#eee;
    color:#fff; 
    box-shadow:2px 2px 10px #333; 
    -webkit-box-shadow:2px 2px 10px #333; 
    -moz-box-shadow:2px 2px 10px #333;
    z-index:9999;
} 
/* 下拉菜单的菜单项 */ 
#menu .arrow{
	position:absolute;
	right:-10px;
    color:#ddd;
	font-family:"宋体"
}
#menu>ul>li>ul li{
	position:relative;
	text-align:left;
	line-height:35px;
	border-bottom:1px solid #ddd;
} 
#menu>ul>li>ul li>a{
	padding-left:25px;
	display:block;
} 
#menu>ul>li>ul li:hover,#menu>ul>li>ul li.mcur {
	color:#f00;
	background:#ccc;
	border-bottom:1px solid #ccc;
} 
#menu>ul>li>ul li a:hover,#menu>ul>li ul li:hover .arrow {
	color:#f00;
}

/* 三级及以下的菜单项的定位 */ 
#menu>ul>li>ul>li ul{
	left:116px;
	top:0px;
} 

.fullSlide {
	width:100%;
	position:relative;
	height:500px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	overflow:hidden;
	text-align:center;
	display:block;
	background: no-repeat center top;
}
.fullSlide .bd li a {
	display:block;
	height:500px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:20px;
	line-height:20px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:25px;
	height:5px;
	margin-left:3px;
	overflow:hidden;
	background:#222;
	filter:alpha(opacity=70);
	opacity:0.7;
	line-height:999px;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	border-radius:3px;
}
.fullSlide .hd ul .on {
	background:#4f68a8;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:0;
	z-index:1;
	width:40px;
	height:60px;
	background:url(slider-arrow.png) -126px -137px #888 no-repeat;
	cursor:pointer;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:0;
	background-position:-6px -137px;
}
.fullSlide .prev:hover {
	left:0;
	z-index:1;
	background-position:-126px -137px;
	background-color:#000;
}

.fullSlide .next:hover {
	left:auto;
	right:0;
	background-position:-6px -137px;
	background-color:#000;
}

#main {
	width:1000px;
	overflow:auto;
	background:url(main.gif) repeat-x;
	margin-top:10px;
}
#main-left {
    width:290px;
	height:162px;
	float:left;
	padding-left:15px;
	padding-top:25px;
	background:url(main-left.gif) no-repeat left top;
}
#tel {
    width:240px;
	height:142px;
	background:url(tel.gif) no-repeat center;
}
#main-mid {
    width:260px;
	height:167px;
	background:url(main-mid.gif) no-repeat left top;
	padding-left:80px;
	float:left;
	padding-top:20px;
}
.title {
    height:30px;
	line-height:30px;
	border-bottom:2px solid #ddd;
}
.titlea {
    padding:0 15px;
	letter-spacing:1px;
	float:left;
	font-size:14px;
	font-family:"Microsoft YaHei";
	background:#ddd;
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.titlea span {
    font-size:10px;
	padding-left:5px;
	color:#eee;
	font-weight:normal;
}
.title1 {
    height:40px;
	line-height:40px;
	border-bottom:1px solid #DDD;
}

.title1a {
    padding:0 10px;
	float:left;
	font-size:26px;
	font-weight:bold;
	color:#4f68a8;
	border-right:1px solid #ddd;
	font-family:"黑体";
	font-family:"微软雅黑";
	letter-spacing:2px;
}
.title2 {
    height:29px;
	border-bottom:1px solid #e69f1c;
	line-height:29px;
}
.title2a {
	float:left;
	letter-spacing:1px;
	background:url(topback.jpg) repeat-x;
	text-align:center;
	padding:0 20px;
}.titlecon {
    padding:5px;
	text-align:left;
}
.titlecon ul li {
	border-bottom:1px dotted #ddd;
	padding:2px;
	height:20px;
	line-height:20px;
}
.titlecon ul li img {
    margin-right:1px;
}
#zs {
    width:760px;
	padding:5px;
	height:160px;
}

#main-right {
    width:330px;
	height:183px;
	float:right;
	padding-top:4px;
	padding-right:16px;
	background:url(main-right.gif) no-repeat right top;
}
.classcon {
    padding:5px;
	text-align:left;
}
.classcon>ul>li {
    height:29px;
	line-height:29px;
	display:block;
	margin-top:7px;
	text-align:left;
	position:relative;
	font-family:"Microsoft YaHei";
	font-size:14px
}
.classcon>ul>li>a:link, .classcon>ul>li>a:visited {
    border:#ddd solid 1px;
	display:block;
	background:url(n1.gif);
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
	padding-left:30px;
}

.classcon>ul>li:hover>a,.classcon>ul>li>a:hover, .classcon>ul>li>a:Active, .classcon>ul>li.navs>a {
    border:#4f68a8 solid 1px;
	display:block;
	background:#4f68a8;
	transition:0.3s; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;
	color:#FFF;
}
.classcon>ul>li ul{ 
    display:none; 
    width:120px; 
    position:absolute; 
    background:#4f68a8;
    color:#fff; 
    z-index:4444;
	top:0px;
	left:-120px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
} 

/* 下拉菜单的菜单项 */ 
.classcon>ul>li>ul li{
	position:relative;
	text-align:right;
	line-height:30px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
} 
.classcon>ul>li>ul li>a{
	color:#fff;
	display:block;
	padding-right:25px;
} 
.classcon>ul>li>ul li:hover{
	background:#333;
} 
.classcon>ul>li>ul li a:hover {
	color:#ff0;
}

.classcon .arrow{
    float:left; 
    color:#ddd;
	position:absolute;
	left:10px;
	font-family:"宋体"
} 
.classcon>ul>li b {
	background:url(nico.png) no-repeat left;
	width:26px;
	height:30px;
	display:block;
	position:absolute;
	left:10px;
	z-index:5555;
}
/* 三级及以下的菜单项的定位 */ 
.classcon>ul>li>ul>li ul{
	right:120px;
	top:0px;
} 
.news {
    width:1000px;
	margin:5px auto;
    overflow:hidden;
}
.news1 {
    width:325px;
	float:left;
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.news2 {
    width:325px;
	float:left;
margin-left:10px;
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

.news3 {
    width:325px;
	float:right;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

#lxwm {
    padding:5px;
	text-align:left;
	height:220px;
	overflow:hidden;
}
#lxwm img {
    display:none;
}
.case {
	width:99%;
	text-align:left;
	display:block;
}
.case ul li {
    height:25px;
	line-height:25px;
	margin:5px;
	display:block;
}
.case ul li a:link, .case ul li a:visited {
    background:#eee;
	border:1px solid #ddd;
	color:#777;
	padding:5px;
}
.case ul li a:hover,.case ul li a.cur {
	border:1px solid #4f68a8;
	color:#f0f0f0;
	background:#4f68a8;
	transition:0.3s; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;
}

#foot {
	width:100%;
	border-top:1px solid #ccc;
	background:#f0f0f0;
}
#footer {
    width:990px;
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
	padding:5px;
	padding-bottom:10px;
	text-align:center;
	line-height:25px;
}

























/*二级页面*/
#second {
	width:1000px;
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
	margin-top:5px;
}
.classpic {
    height:300px;
	overflow:hidden;
}
.classpic a {
	display:block;
	height:300px;
}
#seco-left {
    width:90px;
	height:500px;
	padding-top:30px;
	float:left;
	background:url(secoleft.gif) no-repeat left top;
	padding-left:20px;
}
#seco-right {
    width:850px;
	padding-top:30px;
	float:right;
	background:url(secoright.gif) no-repeat right top;
	padding-right:20px;
}
.search {
	padding:5px;
}
.skey {
	background:#f0f0f0;
	padding:5px;
	text-align:left;
}
.skey span {
	color:#f00;
}
.sea {
	width:96%;
	height:30px;
	line-height:30px;
	margin:0 auto;
	font-family:"Microsoft YaHei";
}
.seb {
	height:26px;
	line-height:24px;
	cursor:pointer;
	background:#4f68a8;
	border:1px solid #4f68a8;
	color:#eee;
	letter-spacing:2px;
	padding:0 10px;
	text-align:center;
	margin-top:5px;
	font-family:"Microsoft YaHei";
	margin-left:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.procon {
    padding:5px 0;
	overflow:auto;
}

.procon ul li {
	list-style:none;
	float:left;
	text-align:center;
	margin:0 4px;
	display:block;
	margin-bottom:5px;
	border:1px solid #ddd;
	line-height:25px;
	-webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
}
.procon ul li:hover {
	border:1px solid #eee;
    box-shadow:2px 2px 10px #888;
    -webkit-box-shadow:2px 2px 10px #888; 
    -moz-box-shadow:2px 2px 10px #888;
}
.procon ul li a img {
	background:url(loading.gif) no-repeat 50% 50%;
	-webkit-border-radius:5px 5px 0 0; 
    -moz-border-radius:5px 5px 0 0; 
    border-radius:5px 5px 0 0;
}
.procon ul li:hover {
    background:#eee;
	cursor:pointer;
	display:block;
	transition:0.3s; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;
}

.page {
	margin-top:15px;
	width:90%;
	height:34px;
	float:right;
	text-align:center;
	_overflow:hidden;
	float:right;
}
.page ul {
    float:right;
}
.page ul li {
    list-style:none;
	display:block;
	height:28px;
	margin:0 3px;
	line-height:28px;
	float:left;
	text-align:center;
}
.page ul li span {
	display:block;
	padding:0 6px;
	border:1px solid #ddd;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li.curpage {
	background:#4f68a8;
	display:block;
	color:#FFF;
	border:1px solid #4f68a8;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li.curpage span {
    border:0;
	padding:0 10px;
}
.page ul li a:link, .page ul li a:visited {
    display:block;
	padding:0 10px;
	border:1px solid #ddd;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li a:hover {
    display:block;
	background:#4f68a8;
	border:1px solid #4f68a8;
	color:#FFF;
}
/*日期*/
.dtime {
    width:60px;
	padding-top:5px;
	height:75px;
	background:#777;
	margin-bottom:10px;
	text-align:center;
	display:block;
	color:#9f9f9f;
	font-family:"Microsoft YaHei";
	float:right;
	background:url(news_clock.png) no-repeat center 47px #777;
}
.titlecon ul li:hover .dtime {
	color:#FFF;
	display:block;
	background:url(news_clock.png) no-repeat center 47px #4f68a8;
	cursor:pointer;
}

.dayto {
    color:#fff;
	font-size:24px;
}

.aboutcon {
    height:120px;
    padding:5px;
	padding-top:50px;
	background:url(about.gif) no-repeat top right;
	overflow:hidden;
	text-align:left;
	line-height:26px;
}
.aboutcon img {
    height:120px;
	width:150px;
	margin-right:5px;
	padding:10px;
}
.aboutcon2 td {
	margin:1px;
	padding:3px;
}
.aboutcon img {
    height:120px;
	width:150px;
	margin-right:5px;
}

.aboutcon2 {
    padding:5px;
	text-align:left;
	line-height:21px;
	margin:5px;
text-indent:2em;
}
#artitle {
    font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	border-bottom:1px solid #fff;
	margin:0 10px;
	letter-spacing:2px;
	padding-top:10px;
	font-family:"Microsoft YaHei";
}
#artitle h1 {
    font-size:14px;
}
.update {
    height:20px;
	line-height:20px;
	text-align:center;
	width:98%;
    color:#aba4b4;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top:20px;
	background:#f0f0f0
}
.aba4b4 a:link, .aba4b4 a:visited {
	color:#aba4b4
}
.aba4b4 a:hover{
    color:#99CC00
}

#arcon {
    text-align:left;
	padding:10px 5px;
	font-size:14px;
	line-height:180%;
	font-family: "Microsoft YaHei";
}
#arcon img{max-width:600px;autoimg:expression(onload=function(){this.style.width=(this.offsetWidth > 600)?"600px":"auto"}); display:block; margin:0 auto;}
#arcon p{ text-indent:2em;}
.arlist {
	width:96%;
    height:40px;
	line-height:20px;
	border-top:1px dashed #ddd;
	padding:5px;
}


.more {
    float:right;
	font-weight:normal;
	font-size:12px;
	letter-spacing:2px;
	text-align:right;
}
.more a {
	display:block;
	padding:5px 15px;
	margin:5px;
	line-height:10px;
	background:#e0e0e0;
	border-radius:10px;
}
.more a:hover {
	background:#909090;
	color:#fff;
}
.path {
    float:right;
	font-weight:normal;
	font-size:12px;
	padding:0 15px;
	letter-spacing:2px;
	text-align:right;
}

#top-bottom-menu{
	font: 9pt Arial, Helvetica, sans-serit ; 
	position:fixed;
	height:auto;
	text-align:center;
	filter: alpha(opacity=80); 
    opacity: 0.8;
	z-index:9999;
}
#top-bottom-menu #dstbm-top{
	position:absolute;
	border:1px #cccccc solid;
	display:none;
	cursor:pointer;	
}
#top-bottom-menu #dstbm-menu{
	position:absolute;
	border:1px #cccccc solid;
	cursor:pointer;	
}
#top-bottom-menu #dstbm-menu a:link, #top-bottom-menu #dstbm-menu a:visited{
	 color:#777;
 }
#top-bottom-menu #dstbm-menu a:hover{
	  color:#f00;
 }
#top-bottom-menu #dstbm-menu #dstbmmenu{
	display:none;
}
#top-bottom-menu #dstbm-menu ul li{
	display:inline;
	padding-left:10px;
 }
#top-bottom-menu #dstbm-bottom{
	position:absolute;
	border:1px #cccccc solid;
	cursor:pointer;
}

.nav {
    width:828px;
	overflow:auto;
    border-bottom:1px solid #DDD;
	padding-left:20px;
	margin-bottom:5px;
}
.nav ul li {
    width:auto;
	display:block;
	float:left;
	background:#ddd;
	border-bottom:0;
	margin:5px;
	margin-bottom:0;
}
.nav ul li a {
    display:block;
}
.nav ul li a span {
	padding:0 10px;
}
.nav ul li a:hover {
    background:#4f68a8;
	color:#FFF;
}
    
.navs  {
    background:#4f68a8;
	display:block;
}

.navs a span  {
    background:#4f68a8;
	color:#FFF;
	display:block;
}

/*动画*/
#sjdh {
    float:left;
	width:330px;
}
.fuwu_sheji_f {
	WIDTH: 377px; HEIGHT: 377px; float:right; padding-top:80px; padding-right:50px;
}
#fuwu_sheji_f2 {
	DISPLAY: none
}
.fuwu_sheji_bg {
	POSITION: relative; WIDTH: 377px; ZOOM: 1; BACKGROUND: url(fw_sj_bg.png) no-repeat; HEIGHT: 377px;transition:all 0.5s ease;
}
.fuwu_sheji_bg IMG {
	POSITION: absolute; TOP: 37px; LEFT: 37px
}
.fuwu_sheji_bg UL LI {
	POSITION: absolute; WIDTH: 108px; DISPLAY: block; HEIGHT: 108px; cursor:pointer;
}
.fuwu_sheji_bg UL LI A {
	WIDTH: 108px; DISPLAY: block; BACKGROUND: url(fw_sj_off.png) no-repeat; HEIGHT: 108px; cursor:pointer;
}
.fuwu_sheji_bg UL LI A:visited {
	WIDTH: 108px; DISPLAY: block; BACKGROUND: url(fw_sj_off.png) no-repeat; HEIGHT: 108px
}
.fuwu_sheji_bg UL LI A:hover {
	BACKGROUND: url(fw_sj_on.png) no-repeat; TEXT-DECORATION: none;
}
#fuwu_sheji_bg1 UL LI.fw_sj_l1 {
	TOP: -75px; LEFT: 131px;
}
#fuwu_sheji_bg1 UL LI.fw_sj_l2 {
	RIGHT: -32px; TOP: 3px
}
#fuwu_sheji_bg1 UL LI.fw_sj_l3 {
	RIGHT: -76px; TOP: 168px
}
#fuwu_sheji_bg1 UL LI.fw_sj_l4 {
	BOTTOM: -38px; RIGHT: 16px
}
#fuwu_sheji_bg1 UL LI.fw_sj_l5 {
	BOTTOM: -63px; LEFT: 61px
}
#fuwu_sheji_bg1 UL LI.fw_sj_l6 {
	BOTTOM: 74px; LEFT: -66px
}
#fuwu_sheji_bg1 UL LI.fw_sj_l7 {
	TOP: 4px; LEFT: -29px
}
#fuwu_sheji_bg2 UL LI.fw_sj_l1 {
	TOP: -75px; LEFT: 131px
}
#fuwu_sheji_bg2 UL LI.fw_sj_l2 {
	RIGHT: -54px; TOP: 40px
}
#fuwu_sheji_bg2 UL LI.fw_sj_l3 {
	BOTTOM: 25px; RIGHT: -46px
}
#fuwu_sheji_bg2 UL LI.fw_sj_l4 {
	BOTTOM: -78px; LEFT: 136px
}
#fuwu_sheji_bg2 UL LI.fw_sj_l5 {
	BOTTOM: 9px; LEFT: -36px
}
#fuwu_sheji_bg2 UL LI.fw_sj_l6 {
	TOP: 28px; LEFT: -44px
}
.fuwu_sheji_bg UL LI A EM {
	TEXT-ALIGN: center; LINE-HEIGHT: 25px; FONT-STYLE: normal; DISPLAY: block; HEIGHT: 25px; COLOR: #679d11; FONT-SIZE: 25px; PADDING-TOP: 20px;transition:all 0.5s ease;
}
.fuwu_sheji_bg UL LI A:hover EM {
	COLOR: #fff
}
.fuwu_sheji_bg UL LI A SPAN {
	TEXT-ALIGN: center; LINE-HEIGHT: 25px; DISPLAY: block; HEIGHT: 25px; COLOR: #679d11; FONT-SIZE: 16px; PADDING-TOP: 7px;transition:all 0.5s ease;
}
.fuwu_sheji_bg UL LI A:hover SPAN {
	COLOR: #fff
}
.fuwu_sheji_bg UL LI A.on {
	WIDTH: 108px; DISPLAY: block; BACKGROUND: url(fw_sj_on.png) no-repeat; HEIGHT: 108px; TEXT-DECORATION: none
}
.fuwu_sheji_bg UL LI A.on:visited {
	WIDTH: 108px; DISPLAY: block; BACKGROUND: url(fw_sj_on.png) no-repeat; HEIGHT: 108px; TEXT-DECORATION: none
}
.fuwu_sheji_bg UL LI A.on:hover {
	WIDTH: 108px; DISPLAY: block; BACKGROUND: url(fw_sj_on.png) no-repeat; HEIGHT: 108px; TEXT-DECORATION: none
}
.fuwu_sheji_bg UL LI A.on EM {
	TEXT-ALIGN: center; LINE-HEIGHT: 25px; FONT-STYLE: normal; DISPLAY: block; HEIGHT: 25px; COLOR: #fff; FONT-SIZE: 25px; PADDING-TOP: 20px
}
.fuwu_sheji_bg UL LI A.on SPAN {
	TEXT-ALIGN: center; LINE-HEIGHT: 25px; DISPLAY: block; HEIGHT: 25px; COLOR: #fff; FONT-SIZE: 16px; PADDING-TOP: 7px
}


.fuwu_sheji_bg UL LI A.on1 {
	WIDTH: 108px; DISPLAY: block; BACKGROUND: url(fw_sj_on.png) no-repeat; HEIGHT: 108px; TEXT-DECORATION: none
}
.fuwu_sheji_bg UL LI A.on1:visited {
	WIDTH: 108px; DISPLAY: block; BACKGROUND: url(fw_sj_on.png) no-repeat; HEIGHT: 108px; TEXT-DECORATION: none
}
.fuwu_sheji_bg UL LI A.on1:hover {
	WIDTH: 108px; DISPLAY: block; BACKGROUND: url(fw_sj_on.png) no-repeat; HEIGHT: 108px; TEXT-DECORATION: none
}
.fuwu_sheji_bg UL LI A.on1 EM {
	TEXT-ALIGN: center; LINE-HEIGHT: 25px; FONT-STYLE: normal; DISPLAY: block; HEIGHT: 25px; COLOR: #fff; FONT-SIZE: 25px; PADDING-TOP: 20px
}
.fuwu_sheji_bg UL LI A.on1 SPAN {
	TEXT-ALIGN: center; LINE-HEIGHT: 25px; DISPLAY: block; HEIGHT: 25px; COLOR: #fff; FONT-SIZE: 16px; PADDING-TOP: 7px
}
